Archive bit usage |
![]() ![]() |
Archive bit is one of the file attributes supported by file system. System will automatically set archive bit whenever you change this file or when you create new file. So meaning of this attribute can be considered as "file needs backup".
As an example, here is simple command line to automatically create daily backup archives:
wndsync.exe c:\project d:\back%D%M.zip /A /AUTOThis command line will automatically create archives with date in filenames, like back0901.zip for September 1. Each archive will have files modified since last backup.
© 1996-2006, Grig Software, All Rights Reserved |
![]() ![]() |